home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1993 / The Association of Shareware Professionals Advantage CD-ROM 1993.iso / files / writions / boxer50b / bmac.doc < prev    next >
Text File  |  1993-04-06  |  1KB  |  30 lines

  1.  
  2. The BMAC utility provides an alternate method to create or edit keystroke
  3. macros.  The utility can be used to convert a .MAC file into a readable .M
  4. file, and vice-versa.  By editing the .M file, macros can be added, deleted,
  5. or changed.
  6.  
  7. Simply enter the command "BMAC" to see the usage display.  A "-C" option
  8. will create a reference listing of the command strings which are recognized.
  9. It is recommended that you begin by translating an existing .MAC file to be-
  10. come familiar with the format of the .M file.
  11.  
  12. Spaces, Tabs and Newlines can be used freely to format the .M file in any
  13. manner you desire.  The '*' character can be used to indicate a comment;
  14. all text on a line which follows the '*' will be ignored.  To place the
  15. '*' in a macro, use <*>.  Up to 120 characters may be placed on a line.
  16.  
  17. NOTES:
  18. ------
  19. Most characters simply represent themselves.  Non-standard characters are
  20. represented by their decimal value in angle brackets: <206>, for example.
  21. Nulls (ASCII 0), LFs (ASCII 10), and CRs (ASCII 13) are not recognized in
  22. this form.
  23.  
  24. Macros begin with a tag of the form <macro=A>.  The Startup Macro follows
  25. macro-Z in sequence, and is therefore tagged <macro=[>.
  26.  
  27. If you create macros which you think might benefit others, please send them
  28. to us.  We'll consider including them in future releases, or posting them
  29. on BBSs.
  30.